From: Chong Yidong Date: Wed, 15 Jul 2009 01:29:41 +0000 (+0000) Subject: Clarify last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11482 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a3fc94af3e1e52f274e2fa2675a2752ae491fa22;p=emacs.git Clarify last change. --- diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index d4321362cc9..b9f1c41471a 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi @@ -577,9 +577,9 @@ modification. For example: @end defvar @defun deactivate-mark &optional force -This function deactivates the mark, provided Transient Mark mode is -enabled or @var{force} is non-@code{nil}. Deactivating the mark also -runs @code{deactivate-mark-hook}, described below. +If Transient Mark mode is enabled or @var{force} is non-@code{nil}, +this function deactivates the mark and runs the normal hook +@code{deactivate-mark-hook}. Otherwise, it does nothing. @end defun @defvar mark-active